/*
Theme Name: MB
Description: Custom child theme for the Twenty Sixteen theme.
Template: twentysixteen
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *    11.7 - Float Button
 *    11.8 - Slider
 *    11.9 - Index Section
 *    11.10 - Activity (Custom post type)
 *    11.11 - Block Compatible
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.0.1 - >= 600px
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 auto;
	padding: 0px;
	background: #fafafc;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #666;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #000;
	border-left-width: 4px;
	color: #000;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #000;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #ccc;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

mark,
ins {
	background: #000;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	background-color: #333;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	font-size: 0.875em;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #ccc;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

:-moz-placeholder {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

::-moz-placeholder {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}


/**
 * 5.0 - Forms
 */
input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #000;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.search-form button.search-submit:hover,
.search-form button.search-submit:focus {
	background: #333;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	width: 100%;
	background: #eee;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border-radius: 2px;
	color: #333;
	padding: 0.625em 0.4375em;
	border: 1px solid #333;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #333;
	color: #000;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	margin-right: 42px;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit.hide-search-btn:before {
	content: "\f401";
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #333;
}

a:hover,
a:active {
	outline: 0;
}


.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	position: absolute;
	transform: translateY(-100%);
	top: 50px;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	-webkit-transition: transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out;
	-ms-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	z-index: 9990;
}
.site-header-menu.toggled-on {
  transform: translateY(0%);
}

.site-header-menu:after,
.site-header-menu::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	background: #000;
	opacity: 0.75;
	z-index: 9991;
}
.site-header-menu .main-navigation {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9992;
	overflow-y:auto;
	overflow-x:hidden;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #eee;
	position: relative;
	padding: 0em 5%;
}

.main-navigation a {
	color: #000;
	display: block;
	line-height: 1.25em;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #3c6ee7;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: normal;
	color: #666;
}

.main-navigation ul ul:before,
.main-navigation ul ul::before,
.main-navigation ul ul:after,
.main-navigation ul ul::after {
	content: "";
	display: table;
	clear: both;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .dropdown-toggle {
	display: none;
}
.main-navigation ul ul li {
	float: left;
	border: 1px #ddd solid;
	padding: 0;
	margin: 0px 8px 8px 0;
}
.main-navigation ul ul li a {
	font-size: 0.875em;
	padding: 4px 13px;
	display: block;
}
	
.main-navigation .primary-menu {
	background-color:#fcfcfc;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #000;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #eee;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #666;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.post-navigation {
	border-top: 4px solid #666;
	border-bottom: 4px solid #666;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 3.5em;
}

.post-navigation a {
	color: #000;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #666;
}

.post-navigation div + div {
	border-top: 4px solid #666;
}

.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 2.947368421em;
	min-height: 48px;
	position: relative;
	max-width: 928px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.pagination:before,
.pagination:after {
	background-color: #666;
	content: "";
	height: 42px;
	width: 42px;
	position: absolute;
	top:0;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 46px;
}

.pagination a:hover,
.pagination a:focus {
	color: #666;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 41px;
	opacity: 0.3;
	position: absolute;
	width: 42px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 47px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	position: absolute;
	display: inline-block;
	height: 42px;
	width: 42px;
	top: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #666;
	color: #fff;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	position: relative;
	height: 43px;
	width: 43px;
	font-size: 32px;
	line-height: 42px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #666;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 46px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-bottom: 4px solid #666;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	padding: 1.0769230769em 0;
	margin: 0 0 2.1538461538em;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/* Page navigation */
.page_nav{
	text-align: center;
	margin-left: 0;
}
.page_nav li{
	display: inline;
	margin: 10px;
	padding: 0px;
}
.page_nav li a{
	display: inline;
	line-height: 16px;
	background:#ecf3ff;
	border-top:1px #e1e8f3 solid;
	border-left:1px #e1e8f3 solid;
	border-bottom:1px #c2c7d2 solid;
	border-right:1px #c2c7d2 solid;
	padding: 6px 18px;
	color:#666;
	border-radius:12px;
}
.page_nav li a:hover,
.page_nav li.active a{
	border-top:1px #ecf3ff solid;
	border-left:1px #ecf3ff solid;
	border-bottom:1px #ecf3ff solid;
	border-right:1px #ecf3ff solid;
	color:#0273c3;
}

/* Breadcrumb and Category Menu */
.category-menu-container ul {
	list-style: none;
	margin: 1em 0;
}

.category-menu-container ul li {
	font-size: 0.875em;
	margin: 0.25em;	
	border: none;
	float: left;
}

.category-menu-container ul li a {
	display: block;
	padding: 0.125em 0.75em;
	background-color: #06c;
	border-radius: 4px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.category-menu-container ul li.active a,
.category-menu-container ul li a:hover {
	background-color: #f6e708;
	box-shadow: none;
	color: #333;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

[align="center"]{
	text-align: center;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #666;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #000;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #666;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #666;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #666;
	color: #666;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site-inner {
	margin: 0 auto;
	max-width:none;
	position: relative;
}

.site-content {
	word-wrap: break-word;
	overflow: hidden;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.content-area {
	padding: 4.5%;
}

.site-main {
	margin: 1.75em auto;
}

.home .site-main {
	margin: 0 auto;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header-main {
	height: 50px;
	padding-left: 4.5%;
	padding-right: 4.5%;
	position: relative;
	left: 0px;
	right: 0px;
	z-index: 9992;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
}

.site-branding {
	height: 50px;
	padding: 0;
	float: left;
	position: relative;
	z-index: 9999;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 38.2%;
	overflow: hidden;
}

.site-header-main .custom-logo-link {
	display: block;
	margin: 1px 0px;
	text-align: center;
}

.site-header-main .custom-logo-link img{
	width: auto;
	height:47px;
}

.site-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #000;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #666;
}

.wp-custom-logo .site-title {
	margin-top: 0.5em;
}

.site-description {
	color: #666;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.menu-toggle.mb-menu{
	font-family: "Genericons";
	width: 27px;
	height: 22px;
	padding: 0px;
	margin: 12px 0px 14px;
	border: none;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #06c;
	float: right;
	z-index: 9999;
	position: relative;
}

.menu-toggle.mb-menu:before {
	content: "\f419";
}

.toggled-on.mb-menu:before {
	content: "\f406";
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
}

.menu-toggle.mb-menu:hover,
.menu-toggle.mb-menu:focus{
	color: #09c;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #666;
	border-color: #666;
	color: #fff;
}

.menu-toggle.toggled-on.mb-menu,
.menu-toggle.toggled-on.mb-menu:hover,
.menu-toggle.toggled-on.mb-menu:focus {
	background-color:transparent;
	color:#000;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
.menu-toggle.toggled-on.mb-menu:focus {
	outline: 0;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

.search-box{
	position: relative;
	top: 0px;
	right: 0px;
	width: 62px;
	height: 28px;
	margin: 11px 0;
	z-index: 9999;
	float: left;
}

.search-toggle{
	height: 28px;
	margin: 0px;
	background:none;
	width: 62px;
	color: #00a1e9;
}

.search-toggle:before {
	font-size: 30px;
	line-height: 28px;
	width: 62px;
	left: -2px;
}

.search-toggle:hover, 
.search-toggle:focus{
	background-color: transparent;
	outline: 0;
}

.mb-search-box{
	display: none;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 1px 2px 0 rgb(0,0,0,.2);
	-webkit-box-shadow: 0 1px 2px 0 rgb(0,0,0,.2);
	position: absolute;
	top: 50px;
	left: 0px;
}

.mb-search-form{
	position: relative;
	width: 92%;
	max-width: 710px;
	margin: 11px auto;
	z-index: 9999;
	height: 42px;
}

.mb-search-form .search-field{
	color: #666;
	font-weight: normal;
}

.mb-search-screen{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	z-index: 8888;
}

/*banner*/
.banner{
	height:164px;
	position:relative;
}

.banner.no_bg{
	height:50px;
}

.banner ul{
	width: 100%;
	height: 50px;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.banner ul:before,
.banner ul::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
	opacity: 0.75;
	z-index: 0;
}
.banner ul li{
	list-style: none;
	display: inline;
	line-height: 30px;
	z-index: 2;
	position: relative;
}

.banner ul li a{
	display: inline-block;
	font: 13px/30px "微软雅黑","宋体";
	height: 30px;
	color: #000;
	margin-bottom: 0px;
	padding: 0px 8px;
}
.banner ul li.active a,
.banner ul li a:hover{
	color: #0273c3;
}


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
	padding-bottom: 4%;
}
.archive .site-main article,
.search .site-main article{
	border-bottom: 1px #ddd solid;
}

.not-found{
	text-align:center;
}

.entry-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.6785em;
}

h2.entry-title {
	font-weight: normal;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #666;
}

.post-thumbnail {
	display: block;
	margin: 0 0 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #ccc;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}
.entry-content p{
	text-indent: 2em;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #666;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #666;
}

.entry-footer .post-thumbnail{
	margin-bottom: 1.5em;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	padding: 0.75em 0;
	margin: 0 0 2em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding: 0;
	margin-top: 2.5em;
	line-height: normal;
	border-bottom: none;
}

.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #ccc;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #666;
	border-color: #666;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #666;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #666;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 0 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #ccc;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #666;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #666;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #666;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #666;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #666;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #666;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #666;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #666;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 3em 4.5% 0;
	border-top: 1.5em solid #ececec;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	position: relative;
	background-color: #000;
	border-top: 1px #333 solid;
	box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 2px 0px;
}

.site-info {
	color: #fff;
	line-height: 1.75em;
	padding: 2.5% 4.5% 1%;
}

.footer-menus-box{
	margin: 1.5em 0.99967%;
}

.footer-menu {
	width: 33.3%;
	float: left;
}
.sum-3-items .footer-menu {
	width: 50%;
}
.sum-1-items #footer-contact,
.sum-3-items #footer-contact,
.sum-4-items #footer-contact{
	width: 100%;
}
.sum-2-items #footer-contact,
.sum-5-items #footer-contact {
	width: 66.6%;
}


.footer-menu-name {
	font-size: 1em;
	text-transform: uppercase;
	color: #fc0;
	line-height: 1.875em;
	padding-bottom: 0.25em;
}


.footer-menu ul{
	list-style: none;
	margin: 0.25em 0 1em;
}

.footer-menu ul li{
	font-size: 0.875em;
	line-height: 1.85714em;
}

.s-last {
	clear: both;
}

.site-footer-qrcode img {
	width: 280px;
	margin-top: 32px;
}
.sum-2-items .site-footer-qrcode img,
.sum-5-items .site-footer-qrcode img {
	width: 50%;
	margin-top: 32px;
}

.sum-2-items .site-footer-qrcode-tip,
.sum-2-items .site-footer-contact-link,
.sum-5-items .site-footer-qrcode-tip,
.sum-5-items .site-footer-contact-link{
	width: 50%;
	display: block;
	text-align: center;
	margin-bottom: 12px;
}

.site-copyright{
	width: 100%;
	padding: 0.78571em 4.5%;
	font-size: 14px;
	font-size: 0.875rem;
	border-top: 1px #333 solid;
	color: #999;
	text-align: center;
}

.site-info a {
	color: #ccc;
}

.site-info a:hover,
.site-info a:focus {
	color: #c90;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]:before {
	content: '\002f';
}


/**
 * 11.7 - Float Button
 */
.float-button{
	position: fixed;
	z-index: 9999;
	bottom: 38%;
	right: 0.25em;
	width: 3.936%;
	min-width: 2em;
	max-width: 3em;
	font-family: "Genericons";
	display:none;
}

.float-contact-box{
	position: relative;
	margin-bottom: 1px;
}

.float-qrcode{
	border: #333 1px solid;
}

.float-contact-box,
.back2top{
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 2px 0px;
}

.service-btn,
.b2home-btn,
.wechat-btn,
.more-btn,
.back2top{
	position:relative;
	width: 100%;
	cursor: pointer;
}
.service-btn:after,
.b2home-btn:after,
.wechat-btn:after,
.more-btn:after,
.back2top:after{
	content: "";
	display: block;
	position: relative;
	width: 100%;
	z-index: 8888;
	background: #000;
	opacity: 0.8;
}
.service-btn:hover:after,
.b2home-btn:hover:after,
.wechat-btn:hover:after,
.more-btn:hover:after,
.back2top:hover:after{
	background: #000;
	width: 100%;
	height: 0;
}
.service-btn:after,
.b2home-btn:after,
.wechat-btn:after{
	border-bottom: #666 1px solid;
}
.service-btn:after,
.b2home-btn:after,
.back2top:after{
	padding: 50% 0;
}
.wechat-btn:after,
.more-btn:after{
	padding: 30.9% 0;
}

.service-btn:before,
.b2home-btn:before,
.wechat-btn:before,
.more-btn:before,
.back2top:before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9998;
	width: 36px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.service-btn:before{
	content: "\f108";
	margin-top: -20px;
}
.b2home-btn:before{
	content: "\f409";
	margin-top: -20px;
}
.more-btn:before{
	content: "\f476";
	margin-top: -13px;
}
.back2top:before {
	content: "\f432";
	margin-top: -14px;
}
.wechat-btn:before{
	content: "\f476";
	margin-top: -15px;
	margin-left: -20px;
	font-size: 10px;
	color: #000;
}
.service-btn:before,
.b2home-btn:before,
.more-btn:before,
.back2top:before{
	margin-left: -18px;
	font-size: 24px;
	color: #fff;
}

.service-tip,
.b2home-tip{
	z-index: 9999;
	width: 100%;
	margin-left: -50%;
	font-size: 0.75em;
	line-height: 2.25em;
	color: #ccc;
	text-align: center;
}

.wechat-key{
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	z-index: 9999;
	opacity: 0;
	}

.service-tip,
.b2home-tip,
.wechat-icon:before,
.wechat-icon div,
.wechat-icon:after{
	position: absolute;
	top: 50%;
	left: 50%;
}
.wechat-icon:before{
	content: "";
	z-index: 8888;
	width: 14px;
	height: 10px;
	margin-top: -7px;
	margin-left: -9px;
	background: #fff;
	border-radius: 5px;
}
.wechat-icon div{
	z-index: 7777;
	width: 12px;
	height: 9px;
	background: #fff;
	border-radius: 4px;
	margin-top: -4px;
	margin-left: -4px;
}
.wechat-icon:after{
	content: "\f108";
	width: 36px;
	height: 28px;
	margin-top: -12px;
	margin-left: -18px;
    color: #fff;
	font-size:16px;
	text-align: center;
	line-height: 28px;
}

.wechat-icon div:before,
.wechat-icon div:after,
.float-qrcode:before{
	content: "";
	position: absolute;
}
.wechat-icon{
	position: absolute;
	z-index: 9988;
	width: 100%;
	height: 100%;
}
.wechat-icon div:before{
	top: 1px;
	left: 1px;
	width: 10px;
	height: 7px;
	background: #000;
	border-radius: 6px 6px 6px 6px;
}
.wechat-icon div:after{
	right: 5px;
	bottom: 0px;
	width: 1px;
	height: 1px;
	border-right: #000 1px solid;
	border-bottom: #fff 1px solid;
	background: #000;
}

.float-qrcode{
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	display: none;
}
.float-qrcode:before{
	z-index: 8888;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.95;
}
.float-qrcode img{
	position: relative;
	z-index:9999;
	height:100%;
	width: auto;
	max-width: none;
	padding: 5%;
	float: right;
}

/**
 * 11.8 - Slider
 */
.carousel-inner > .item {
	background-position: center center;
	background-size: 236% auto;
	overflow: hidden;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	max-width: 236%;
	margin-left: -68%;
	visibility: hidden;
}
.z-slider .carousel-indicators{
	bottom: 0em;
	margin-bottom: 15px;
}

.z-slider .carousel-indicators{
	height: 20px;
	line-height:20px;
}

.z-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	margin:0 8px;
	text-indent: 0px;
	border: none;
	background-color: #fff;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 3px 0px;
}

.z-slider .carousel-indicators li.active{
	background-color: #059ce1;
}

.z-slider .carousel-control{
	width: 15%;
}

.z-slider .carousel-ct-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}

.z-slider .carousel-ct-btn:before{
	position: absolute;
	top: -20px;
	left: -20px;
	font-size:40px;
}

/*Activity single Gallery slider*/
.c-slider{
	margin: 2em auto;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px 0px;
}
.c-slider .mb_right_z{
	left: auto;
	right: 0px;
}
.c-slider .carousel-control{
	display: none;
}
.c-slider .carousel-inner .item img{
	margin: auto;
	width: 100%;
	visibility: visible;
}
.c-slider .carousel-indicators {
	margin-bottom: 0px;
	width: 100%;
	margin-left: -50%;
	bottom: 0px;
	line-height: 0px;
	position: relative;
}
.c-slider .carousel-indicators li {
	width: 14.6%;
	height: auto;
	margin: 1%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 0px;
	line-height: 0px;
	text-indent: 0px;
}
.c-slider .carousel-indicators .active {
	background-color: #fc3;
	border: 1px solid #c90;
	box-shadow: none;
}
.c-slider .carousel-indicators li img{
	opacity: 1;
	border-radius: 4px;
}
#c-slider .carousel-indicators li img.al,
#c-slider .carousel-indicators li img.ar{
	display: none;
}

/**
 * 11.9 - Index Section
 */

/* about section */
.section-title {
	text-align: center;
	font-size: 1.75rem;
	font-weight: normal;
}
.about_us {
	margin: -4.945% -4.945% 0 -4.945%;
	padding: 4.945% 4.945% 0 4.945%;
}
.site-symbol{
	padding: 4.94505%;
	background: #adf;
	border-radius: 0.5em;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
}
.site-logo{
	width: 45%;
	max-width: 210px;
	margin: 0 auto;
	padding: 0.75em;
	border-radius: 50%;
}
.site-logo img {
	border-radius: 50%;
}
.site-ab-tagline{
	margin-bottom: 0em;
	font-size: 0.875em;
	color: #333;
}

.service-list{
	padding: 3.08897% 0%;
}

.service-list a{
	display: block;
}
.service-item {
	margin: 2.444% 0%;
	padding: 0.5em;
	position: relative;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.5em;
	background-size: 100% auto;
	color: #fff;
}
.service-item-box {
	width: 100%;
	border: #fff 1px solid;
	display: table;
}
.service-item-cell {
	position: relative;
	display: table-cell;
	padding: 1.5em 0.5em;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.service-point {
	font-weight: bold;
	display: block;
}
.service-desc {
	margin-bottom: 0;
	color: #ccc;
	font-size: 0.875em;
}

/* additional section */
.add_info{
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 4.5%;
	position:relative;
	margin: 4.5% -4.945% 0;
	}
.add_info:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#000;
	height: 100%;
	opacity:0.5;
	z-index: 1111;
	}
.add-box{
	position:relative;
	z-index: 2222;
	}
.add-box:before,
.add-box:after,
.add-cell:before,
.add-cell:after{
	content: "";
	position: absolute;
	width: 20%;
	height: 20%;
	border: #fff 1px solid;
	}
.add-box:before{
	top:0;
	left: 0;
	border-right: none;
	border-bottom: none;
	}
.add-box:after{
	top:0;
	right: 0;
	border-left: none;
	border-bottom: none;
	}
.add-cell:before{
	bottom:0;
	left: 0;
	border-top: none;
	border-right: none;
	}
.add-cell:after{
	bottom:0;
	right: 0;
	border-left: none;
	border-top: none;
	}
	
.add-cell {
	width: 91%;
	padding: 15% 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.add-info-title{
	
	}
.add-info-desc{
	font-size: 0.875em;
	}
.add-info-link{
	border-radius: 0.25em;
	border: #fff 1px solid;
	color: #fff;
	padding: 0.25em 1em;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
.add-info-link:hover{
	border-color: #fc0;
	background: #fc3;
	color: #333;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	}
	
/* page_list section */
.page_list {
	margin: 4.5% auto;
}
.site-main > :first-child.page_list {
	margin: 2% auto;
}
#i_link a {
	margin: 5px 0;
	padding: 5px 0px;
	width: 100%;
	display: inline-block;
}
#i_link a h5 {
	font-size: 0.9375em;
	display: block;
	float: left;
	padding: 1%;
	text-align: left;
	width: 60%;
}
#i_link a img {
	width: 37%;
	height: auto;
	float: right;
	max-height: 124px;
}

/* contact section */
.contact_us{
	width: 100%;
	margin-top: 9%;
	background-color:#333;
	background-position:center center;
	background-size: 100% auto;
}
.site-main > :last-child.contact_us{
	margin-bottom: 4.5%;
}
.contact-img{
	width: 100%;
}
.contact-cell{
	border-radius: 0.5em;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	margin: 3%;
	padding: 3%;
}

.contact-title {
	margin: 3% 0;
}
.contact-list p{
	margin-bottom: 0.75em;
}
.wechat-code img{
	display: block;
	width: 67.52%;
	margin: 16.24% auto 0;
}
.wechat-code p{
	font-family: "Genericons";
	text-align: center;
	margin-bottom: 0.75em;
}
.wechat-code .wechat-tip{
	margin-bottom: 1.75em;
}
.wechat-code .wechat-tip:before{
	content: "\f454";
	top: 2px;
	position: relative;
}


/**
 *    11.10 - Activity (Custom post type)
 */
 
/*activity archive and single*/
.activity-ul {
	list-style: none;
	margin-left: 0;
	border-top: #000 1px solid;
}
.activity-li {
	border-bottom: dashed 1px #ccc;
	padding: 0 4px;
	display: table;
	width: 100%;
	background: #fff;
}
.activity-link {
	display: table-row;
}
.activity-title {
	display: table-cell;
	height: 84px;
	vertical-align: middle;
	width: 75%;
	font-size: 0.8125em;
	padding: 0 4px;
}
.activity-date {
	display: table-cell;
	width: 23%;
	padding: 8px 0;
	font-size: 0.75em;
	color: #666;
}

.activity-entry-header h1 {
	text-align: center;
	font-size: 1.125em;
}
.activity_src_info {
	text-align: center;
	border-bottom: 1px #999 dashed;
	font-size: 0.75em;
	padding-bottom: 12px;
	margin-bottom: 2.5em;
	color: #505050;
}
.activity_src_info span {
	margin: 0px 6px;
}

/**
 *    11.11 - Block Compatible
 */
.wp-block-cover-text{
	position:relative;
	z-index:6666;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #666;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #ccc;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 14.0.1 - >= 600px
 */
 
@media screen and (min-width: 37.5em) {
	body {
	  margin-top: 75px;
	}
	
	.site-header-main {
		height: 75px;
		position: fixed;
	}
	.site-branding {
		height: 75px;
	}
	.site-header-main .custom-logo-link img{
		height:72px;
	}
	.menu-toggle.mb-menu{
		margin: 25px 0px 26px;
	}
	.site-header-menu {
		top: 75px;
		position: fixed;
	}
	.banner{
		height:250px;
	}
	
	.banner ul li a{
		padding: 0px 20px;
	}
	
	.page_nav li a{
		padding: 8px 20px;
	}
	
	.wp-block-columns {
		flex-wrap: nowrap;
	}
	
	.case-img {
		width: 145px;
	}
	.case-info {
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
	}
	.case-title {
		font-size: 1em;
	}
	.case-desc {
		font-size: 0.875em;
	}

	#i_link a h5 {
		font-size: 1.25em;
	}
	
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body {
	  margin-top: 100px;
	}
	.site-header-main,
	.site-branding{
		height: 100px;
	}
	.site-header-main .custom-logo-link img{
		height:97px;
	}
	.menu-toggle.mb-menu{
		margin: 35px 0px 41px;
	}
	.site-header-menu {
		top: 100px;
	}

	.banner ul li a{
		padding: 0px 35px;
	}
	
	.page_nav li a{
		padding: 10px 24px;
	}
	
	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 0px auto;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 0;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 0 4.421052632em;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.9695em;
	}
	
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	/*.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}*/

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}
	
	.sidebar{
		padding-top: 4em;
		padding-right: 1em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
	
	.carousel-inner > .item {
		background-size: 180% auto;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		max-width: 180%;
		margin-left: -40%;
	}
	.z-slider .carousel-indicators li {
		margin:0 1em;
	}
	
	.about-box{
		max-width: 1014px;
		margin: auto;
	}
	.site-symbol{
		padding: 0;
		border-radius: 105px;
		min-height: 210px;
	}
	.site-logo{
		float:left;
		border-right: #fff 1px solid;
		position: relative;
		z-index: 99;
		overflow:hidden;
	}
	.site-logo{
		float:left;
		border-right: #fff 1px solid;
		position: relative;
		z-index: 99;
		overflow:hidden;
	}
	.site-brief {
		float: left;
		width: 100%;
		margin-left: -210px;
		height: 210px;
		overflow: hidden;
	}
	.site-brief-box{
		margin-left: 210px;
		padding: 1.5em 6.5625em 0em 1.5em;
	}
	.site-ab-title {
		line-height: 1.60417em;
		text-align: left;
	}
	.site-logo img{
		border-radius: 50%;
	}
	.site-symbol,.site-logo img{
		-webkit-transition:.3s cubic-bezier(.45,.05,.55,.95);
		-o-transition:.3s cubic-bezier(.45,.05,.55,.95);
		-moz-transition:.3s cubic-bezier(.45,.05,.55,.95);
		transition:.3s cubic-bezier(.45,.05,.55,.95);
	}
	.site-symbol:hover{
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
	}
	.site-symbol:hover img{
		box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px 0px;
		transform: rotate(360deg);
		opacity:0.95;
	}
	
	.service-item {
		width: 29.33%;
		margin: 2.444% 2%;
		padding: 0;
		float: left;
		border-radius: 50%;
		overflow: hidden;
	}
	.service-item:after {
		content:"";
		padding: 50% 50%;
		display:block;
	}
	.service-item-box {
		position: absolute;
		top: 3.35687%;
		left: 3.35687%;
		width: 93.28625%;
		height: 93.28625%;
		border-radius: 50%;
		overflow: hidden;
	}
	.service-item-box:after {
		content: "";
		padding: 50% 0%;
		height: 100%;
		z-index: -1;
		position: relative;
		width: 0%;
		display: table-cell;
	}
	.service-item-cell {
		padding: 0.5em;
	}
	
	.service-item {
		-webkit-transition: border-radius .2s ease-in-out;
		-moz-transition: border-radius .2s ease-in-out;
		-ms-transition: border-radius .2s ease-in-out;
		-o-transition: border-radius .2s ease-in-out;
		transition: border-radius .2s ease-in-out;
	}
	.service-item-box,.service-point{
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.service-desc {
		max-height: 7em;
		overflow: hidden;
		-webkit-transition: .3s ease-in-out .2s;
		-moz-transition: .3s ease-in-out .2s;
		-ms-transition: .3s ease-in-out .2s;
		-o-transition: .3s ease-in-out .2s;
		transition: .3s ease-in-out .2s;
	}
	.service-item:hover{
		border-radius: 25%;
		box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 16px 0px;
	}
	.service-item:hover .service-item-box{
		border-radius: 25%;
		border-color: #ccc;
	}
	.service-item:hover .service-point{
		color: #fc3;
		font-size: 1.25em;
	}
	.service-item:hover .service-desc{
		color: #fc0;
	}
	
	/*activity archive and single*/
	.activity-main .category-menu-z{
		width: 30%;
		float: left;
	}
	.activity-main .category-menu-container ul li{
		float: none;
		margin: 20px 0px 20px calc(100% - 160px);
		width: 160px;
		position: relative;
	}
	.activity-main .category-menu-container ul li a {
		width: 78px;
		height: 78px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		border-radius: 50%;
		line-height: 1.125em;
		padding: 0;
		z-index: 3;
		position: relative;
	}
	.activity-main .category-menu-container ul li.active:before,
	.activity-main .category-menu-container ul li.active::before,
	.activity-main .category-menu-container ul li.active:after,
	.activity-main .category-menu-container ul li.active:after{
		content: "";
		position: absolute;
		top: 50%;
		z-index: 1;
	}
	.activity-main .category-menu-container ul li.active:before,
	.activity-main .category-menu-container ul li.active::before{
		left: 54px;
		border-left: 88px #75c884 solid;
		border-top: 36px solid #fafafc;
		border-bottom: 36px solid #fafafc;
		margin-top: -36px;
	}
	.activity-main .category-menu-container ul li.active:after,
	.activity-main .category-menu-container ul li.active:after{
		right: 0px;
		border-right: 6px #0265cb solid;
		border-top: 75px solid #fafafc;
		border-bottom: 75px solid #fafafc;
		margin-top: -75px;
	}
	#activity_list {
		width: 69%;
		margin-left: 30%;
		padding: 4px 0px;
		border-left: #039 1px solid;
		max-width: 720px;
		margin-bottom: 1.75em;
	}
	.activity-ul {
		margin-bottom: 0px;
		background: #ebf0fb;
		background-image: linear-gradient(to right, #ebf0fb , #fff);
		padding:19px 0px;
		border: none;
	}
	.activity-li {
		margin: 23px 40px;
		width: calc(100% - 80px);
		border-bottom: solid 1px #ddd;
		border-right: solid 1px #ddd;
	}
	.activity-title {
		height: 124px;
		font-size: 0.875em;
		padding-left: 5%;
	}
	.activity-date {
		padding: 16px 0;
		font-size: 0.8125em;
	}

	
	.add_info{
		margin-top: 0;
	}
	
	
	.site-main > :first-child.page_list {
		margin: 1% auto;
	}
	.site-main > .page_list + .contact_us{
		margin-top: 4.5%;
	}
	#i_link{
		text-align: center;
		height: auto;
		min-height: 156px;
		line-height: 0em;
	}
	#i_link a {
		margin: 9px;
		padding: 0px;
		width: 255px;
		height: 156px;
		display: inline-block;
	}
	#i_link a h5 {
		display: none;
	}
	#i_link a img {
		width: 255px;
		height: 156px;
		min-height: 156px;
	}
	
	.contact-box{
		width: 90%;
		max-width: 872px;
		padding: 5% 0;
		margin: 0 auto;	
	}
	.contact-cell{
		position:relative;
		float: left;
		margin: 0.7797%;
		padding: 0;
	}
	.contact-list{
		width: 66.2768%;
	}
	.wechat-code{
		width: 30.6042%;
	}
	.contact-list:after{
		content:"";
		display: block;
		padding-top: 57.05882%;
	}
	.wechat-code:after{
		content:"";
		display: block;
		padding-top: 123.56687%;
	}
	.contact-content{
		position:absolute;
		width: 100%;
	}
	.contact-list .contact-content{
		margin: 9.7% 9.7% 0;
		width: auto;
	}
	
	.contact-title,.contact-list p {
		margin: 0;
		text-align: left;
	}
	.wechat-code p {
		margin-bottom: 0em;
	}
	
	.sum-2-items .footer-menu {
		width: 50% !important;
	}
	
	.sum-3-items .footer-menu {
		width: 33.33% !important;
	}
	
	.sum-4-items .footer-menu {
		width: 25% !important;
	}
	.sum-4-items .s-last {
		clear: none;
	}
	
	.sum-2-items .site-footer-qrcode img{
		width: 280px;
		margin-top: 32px;
	}
	
	.sum-2-items .site-footer-qrcode-tip,
	.sum-2-items .site-footer-contact-link{
		width: 100%;
		display: block;
		text-align: left;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
	
	.sum-5-items .footer-menu {
		width: 20% !important;
	}
	
	.sum-5-items .site-footer-qrcode img{
		width: 164.26px;
		margin-top: 16px;
	}
	
	.sum-5-items .site-footer-qrcode-tip,
	.sum-5-items .site-footer-contact-link{
		width: 100%;
		display: block;
		text-align: left;
	}
	.s-last {
		clear: none;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	
	.menu-toggle.mb-menu{
		display: none;
	}
	.site-header-menu {
		transform: none;
		top: 0;
		height: 100px;
		left: calc(4.5% + 198px);
		width: auto;
		z-index: 9993;
	}
	.site-header-menu.toggled-on{
		transform: none;
	}
	.site-header-menu:after{
		content: none;
	}
	.site-header-menu .main-navigation{
		overflow:visible;
		right: auto;
		z-index: 9993;
	}
	
	.page_nav li a{
		padding: 12px 46px;
	}
	
	.main-navigation.show_dropdown .mask_z {
		position:fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9993;
	}
	
	.main-navigation .primary-menu {
		background: transparent;
		position: fixed;
		z-index: 9994;
	}
	
	.main-navigation li {
		border-top: none;
		padding: 0;
		float: left;
		z-index: 9994;
	}
	
	.main-navigation li *{
		z-index: 9995;
	}
	
	.main-navigation a {
		line-height: 100px;
		padding: 0 1em;
		position: relative;
	}
	.main-navigation a:hover{
		color: #3c6ee7;
	} 
	
	.main-navigation .menu-item-has-children > a{
		padding-right: 0;
		line-height: 30px;
		margin: 35px 30px 35px 0;
		z-index: 9996 !important;
	}
	.main-navigation ul .p_nolink.menu-item-has-children > a{
		padding-right: 1em;
		line-height: 100px;
		margin: 0;
		cursor: pointer;
	}
	
	.main-navigation ul .dropdown-toggle {
		display: block;
		width: 100%;
		height: 100px;
		padding-left: calc(100% - 30px);
	}
	
	.main-navigation ul .dropdown-toggle:after,
	.main-navigation ul .dropdown-toggle::after {
		width: 30px;
		border: 0;
	}
	
	.main-navigation ul .p_nolink .dropdown-toggle {
		display: none;
	}
	
	.main-navigation ul .toggled-on {
		display: block;
	}
	
	.main-navigation ul ul {
		display: none;
		padding: 12px 0px;
		position: absolute;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul::before,
	.main-navigation ul ul:after,
	.main-navigation ul ul::after {
		display: block;
		background: #0ac;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		opacity: 0.65;
	}
	
	.main-navigation ul ul li {
		float: none;
		border: none;
		margin: 0;
	}

	.main-navigation ul ul li a{
		font-size:1em;
		height: 30px;
		line-height: 30px;
		color: #ffffff;
		padding: 0 3em 0 1.14em;
		word-break: keep-all;
	}
	.main-navigation ul ul .current-menu-item > a, 
	.main-navigation ul ul .current-menu-ancestor > a {
		color: #ddd;
	}
	.main-navigation ul ul li a:hover{
		color: #f2ac29;
	}
	
	.search-box{
		width: 95px;
		margin: 1.625em 0;
	}
	
	.search-toggle {
		right: 25px;
	}

	.mb-search-box {
		top: 80px;
	}

	.site-content {
		padding: 0;
	}
	
	#z-slider {
		z-index: 8889;
		position: relative;
	}
	#z-slider.fixed_slider {
		z-index: 0;
	}

	.z-slider.fixed_slider .carousel-indicators {
		display: none;
	}
	
	.carousel-inner > .item {
		background-size: 135% auto;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img {
		max-width: 135%;
		margin-left: -17.5%;
	}
	.fixed_slider .carousel-inner > .item > a > img, .fixed_slider .carousel-inner > .item > img {
		visibility: visible;
	}
	.fixed_slider .carousel-inner > .item,
	.z-slider.fixed_slider .carousel-control {
		top: 100px;
	}
	
	.z-slider .carousel-control,
	.z-slider .carousel-control:focus{
		filter: alpha(opacity=0);
		opacity: .0;
	}
	.z-slider .carousel-control:hover {
		filter: alpha(opacity=50);
		opacity: .5;
	}
	
/*Activity single Gallery slider*/
	#c-slider-df.c-slider{
		max-width: 2132px;
		width: 47.5%;
	}
	
	#c-slider.c-slider{
		box-shadow: none;
		width: 95%;
	}
	#c-slider .carousel-inner {
		width: 50%;
		margin: auto;
		z-index: 9990;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 16px 0px;
	}
	#c-slider .carousel-indicators{
		top: 50%;
		bottom: auto;
		position: absolute;
	}
	#c-slider .carousel-indicators li{
		width: 100%;
		height: auto;
		margin: 0;
		border-radius: 0px;
		line-height:20px;
		position: absolute;
		opacity: 0;
	}
	#c-slider .carousel-indicators li.active{
		display:block;
		border: none;
		box-shadow: none;
		background-color: transparent;
		opacity: 1;
	}
	#c-slider .carousel-indicators li img{
		float:left;
		width:0%;
		-webkit-transition: .3s ease .1s;
		-moz-transition: .3s ease .1s;
		-ms-transition: .3s ease .1s;
		-o-transition: .3s ease .1s;
		transition: .3s ease .1s;
	}
	#c-slider .carousel-indicators li img.al,
	#c-slider .carousel-indicators li img.ar{
		width: 0%;
		display: block;
		translate: 0% -50%;
		opacity: 0;
	}
	#c-slider .carousel-indicators li img.ar{
		float:right;
	}
	#c-slider .carousel-indicators li.active img.al,
	#c-slider .carousel-indicators li.active img.ar{
		opacity: 1;
		width: 25%;
	}
	#c-slider .carousel-control,
	#c-slider-s2 .carousel-control{
		display: block;
		width: 25%;
		z-index: 9999;
		opacity: 0;
	}
	#c-slider .carousel-control:hover,
	#c-slider-s2 .carousel-control:hover {
		opacity: 0.38;
	}
	#c-slider .carousel-control .control-btn,
	#c-slider-s2 .carousel-control .control-btn{
		position: absolute;
		left: 50%;
		top: 50%;
		width: 80px;
		height: 42px;
		margin: -21px 0 0 -40px;
	}
	
	#c-slider-s2.c-slider{
		width: 75%;
		box-shadow: none;
	}
	#c-slider-s2 .carousel-inner {
		width: 65%;
		margin: 0;
		box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 8px 0px;
		float: right;
		border: 12px #fff solid;
	}
	#c-slider-s2 .carousel-indicators{
		position: relative;
		bottom: auto;
		left: 0px;
		width: 32%;
		margin: 0 0 0 1.5%;
		float: left;
	}
	#c-slider-s2 .carousel-indicators li{
		width: 31%;
		height: auto;
		margin: 1%;
		text-indent: 0px;
		float: left;
		display: block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 4px 0px;
		opacity: 1;
	}
	#c-slider-s2 .carousel-indicators li.active{
		border: 1px solid #ccc;
		border-radius: 0px;
		box-shadow: none;
		opacity: 0.61;
	}
	#c-slider-s2 .carousel-indicators li.li-clear{
		clear: both;
	}
	#c-slider-s2 .carousel-indicators li img{
		width:100%;
		display:block;
		opacity: 1;
		border-radius: 4px;
	}
	#c-slider-s2 .carousel-indicators li.active img{
		border-radius: 0px;
	}
	#c-slider-s2 .carousel-control{
		width: 15%;
	}
	#c-slider-s2 .mb_left_z {
		left: 39%;
	}
/*Activity single Gallery slider end*/

	.content-area {
		float: left;
		margin-right: -100%;
		width: 79.75%;
		z-index: 8888;
		position: relative;
		padding: 2.811% 4.5%;
	}
	
	.service-list{
		padding: 3.08897% 1.23648%;
	}
	.service-item {
		width: 24.2687%;
		margin: 2.444% 4.48065%;
	}
	
	.activity-li {
		margin: 23px 80px;
		width: calc(100% - 160px);
	}

	.add-info-desc,.add-info-link{
		font-size: 1em;
	}
	
	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	
	.sidebar {
		float: left;
		margin-left: 80%;
		width: 20%;
		padding: 2.811% 4.5% 0 0;
		border: 0;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
		margin-right: 35px;
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-info {
		width: 100%;
	}
	
	.footer-menus-box{
		margin: 0 1% 0 1%;
	}

	.no-sidebar .content-area,
	.home .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.no-sidebar .full-screen-z .entry-header, 
	.no-sidebar .full-screen-z .entry-content, 
	.no-sidebar .full-screen-z .entry-summary, 
	.no-sidebar .full-screen-z .entry-footer, 
	.no-sidebar .full-screen-z .comments-area, 
	.no-sidebar .full-screen-z .image-navigation, 
	.no-sidebar .full-screen-z .post-navigation, 
	.no-sidebar .full-screen-z .pagination, 
	.no-sidebar .full-screen-z .page-header, 
	.no-sidebar .full-screen-z .page-content, 
	.no-sidebar .full-screen-z .content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.widecolumn {
		padding-right: 3em;
		padding-left: 3em;
	}
	
	.not-found .search-form{
		max-width: 650px;
		margin: 0 auto;
	}
	
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	
	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-content.case-entry-content,
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content.case-entry-content{
		float: none;
		margin: 0;
		width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer.case-entry-footer,
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer.case-entry-footer {
		float: none;
		margin-right: 0;
		margin-left: 0;
		margin-top: 2em;
		width: 100%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
	
	.search-box {
		height: 48px;
		margin: 1em 0;
	}
	
	.search-toggle {
		height: 48px;
	}
	
	.search-toggle::before {
		line-height: 48px;
		font-size: 36px;
		left: 0px;
	}
	
	.entry-title {
		font-size: 48px;
		font-size: 3rem;
		line-height: 2em;
		margin-bottom: 0.75em;
	}
	
	.section-title {
		font-size: 3rem;
	}
	.site-brief-box {
		padding-left: 3em;
	}
	.site-ab-tagline {
		font-size: 1em;
	}
	
	.site-header-main {
		 padding-left: 11.35%; 
		 padding-right: 11.35%; 
	}
	.site-header-menu {
		left: calc(11.35% + 198px);
	}
	
	.service-point {
		font-size: 1.45em;
		line-height: 1.75em;
		padding: 0.625em 0;
	}
	.service-desc {
		margin-bottom: 1.3036em;
		font-size: 1em;
	}
	

	.add-cell {
		width: 61.8%;
		padding: 12% 0;
	}
	.add-info-desc,.add-info-link{
		font-size: 1.125em;
	}
	
	.contact-box{
		width: 80%;
		max-width: none;
		padding: 10% 0;
	}
	
	.contact-list p {
		margin: 0.375em 0;
	}
	
	.error-txt {
		font-size: 2.25em;
		font-weight: normal;
		margin-bottom: 0.2643em;
	}
	
	.error-tips-txt {
		font-size: 1.125em;
		margin-bottom: 1em;
	}
	
	
}


/**
 * 14.5 - >= 1920px
 */

@media screen and (min-width: 120em) {
	.site-header-main {
		 padding-left: 22%; 
		 padding-right: 22%; 
	}
	.site-header-menu {
		left: calc(22% + 198px);
	}

}

/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #666 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #666 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #666 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #ccc !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #ccc !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #666 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #666 !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}


/* wp-video wp-playlist */
.wp-video{
	margin: auto;
}
.wp-playlist.wp-video-playlist{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.mejs-layers div *{
	display: none;
}
.mejs-button.mejs-play button,
.mejs-button.mejs-pause button,
.mejs-button.mejs-replay button,
.mejs-button.mejs-mute button,
.mejs-button.mejs-unmute button{
	background-image:none;
	font-family: "Genericons";
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
	position: relative;
}
.mejs-button.mejs-play button:before,
.mejs-button.mejs-pause button:before,
.mejs-button.mejs-replay button:before,
.mejs-button.mejs-mute button:before,
.mejs-button.mejs-unmute button:before,
.mejs-button.mejs-unmute button:after{
	position: absolute;
	top: 1px;
	left:1px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.mejs-button.mejs-play button:before{
	content: "\f452";
}
.mejs-button.mejs-pause button:before{
	content: "\f448";
}
.mejs-button.mejs-replay button:before{
	content: "\f420";
}
.mejs-button.mejs-mute button:before{
	content: "\f109";
}
.mejs-button.mejs-unmute button:before{
	content: "\f109";
}
.mejs-button.mejs-unmute button:after{
	content: "\f405";
	top: 2px;
	left:4px;
}

.mejs-fullscreen-button,.mejs-fullscreen{
	display:none;
}
/* end wp-video wp-playlist */

.video_ifr {
    width: 100%;
    padding-top: 56.267%;
    position: relative;
}
.video_ifr iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
}

.o_b_17{width:90%;margin:auto;line-height:1.5;}
.o_b_17 h3{height:30px;margin:0px auto 30px;}
.o_b_17 h3.h_yc,.o_b_17 h3.h_ms,.o_b_17 h3.h_xb,.o_b_17 h3.h_yt{width:61.8%;border-bottom:1px #666 dashed;}
.o_b_17 h3 span{font-size:14px;line-height:61px;padding:0px 7px;background:#fafafc;}
.o_b_17 div img{width:420px;height:auto;margin:0px 3px 10px;vertical-align:text-top;}
.o_b_17 div img.full_img{width:850px;height:auto;}

.o_b_17 div div.float_txt{width:856px;margin:auto;height:640px;}
.o_b_17 div div.float_img{height:580px;}
.o_b_17 div div.float_txt p{width:346px;float:left;padding:100px 40px 150px;text-align:left;text-indent:0px;}
.o_b_17 div div.float_txt img{float:right;}
.o_b_17 div div.float_txt img.v_a_l{float:left;}

.o_b_17 img.v_hand{vertical-align:text-bottom;margin:0px;width:auto;}

	
@media screen and (min-width:220px) and (max-width:1100px){
	.o_b_17{width:100%;margin:auto;line-height:22px;}
	.o_b_17 h3.h_yc,.o_b_17 h3.h_ms,.o_b_17 h3.h_xb,.o_b_17 h3.h_yt{width:100%;}

	.o_b_17 div img,.o_b_17 div img.full_img{width:90%;height:auto;}
	.o_b_17 div div.float_txt{width:auto;margin:auto;height:auto;}
	.o_b_17 div div.float_img{height:auto;}
	.o_b_17 div div.float_txt p{width:auto;float:none;height:auto;padding:0px 2em;text-align:left;text-indent:0px;}
	.o_b_17 div div.float_txt img{float:none;}
	.o_b_17 div div.float_txt img.v_a_l{float:none;}
	}